-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: extend wait_for_response to accept list #52
feat: extend wait_for_response to accept list #52
Conversation
0120113
to
0a7cc1d
Compare
Not sure why the tests are failing to run, but: ❯ pytest unittests/test_client.py
==================================================================== test session starts ====================================================================
platform darwin -- Python 3.10.9, pytest-7.4.2, pluggy-1.2.0
rootdir: /Users/Mike/Documents/coding/VoiceAssistants/ovos-bus-client
plugins: cov-4.1.0, anyio-3.7.1
collected 29 items
unittests/test_client.py ............................. [100%]
==================================================================== 29 passed in 0.97s ===================================================================== |
Seems like an issue with PyPI or the GHA runner... |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #52 +/- ##
==========================================
+ Coverage 53.58% 54.33% +0.74%
==========================================
Files 14 14
Lines 1073 1084 +11
==========================================
+ Hits 575 589 +14
+ Misses 498 495 -3
☔ View full report in Codecov by Sentry. |
Adds feature parity with called MessageWaiter and allows for cases where the response is not simply "test.message.response"
103fda0
to
26a99b5
Compare
26a99b5
to
ad0e05b
Compare
Adds feature parity with called MessageWaiter and allows for cases where the response is not simply "test.message.response"
#hacktoberfest